const runtime._FD_CLOEXEC

2 uses

	runtime (current package)
		os_unix.go#L13: 	_FD_CLOEXEC = 1
		os_unix.go#L18: 	fcntl(fd, _F_SETFD, _FD_CLOEXEC)